home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / shane.dir / 00004.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  145 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(4) then
  3.     set the visible of sprite 7 to 0
  4.   else
  5.     set the visible of sprite 7 to 1
  6.   end if
  7.   go(the frame)
  8. end
  9.